Skip to content

Fix error when loading a string with tab-separated datetime#752

Merged
hsbt merged 2 commits into
ruby:masterfrom
vasil-nesterov:fix-datetime-parsing
Jun 12, 2026
Merged

Fix error when loading a string with tab-separated datetime#752
hsbt merged 2 commits into
ruby:masterfrom
vasil-nesterov:fix-datetime-parsing

Conversation

@vasil-nesterov

Copy link
Copy Markdown
Contributor

Issue: #691

Error w/o fix:
Screenshot 2025-11-24 at 14 55 00

date/time splitter is now equal to the one in TIME regexp.

vasil-nesterov and others added 2 commits June 12, 2026 11:41
The TIME pattern accepts any whitespace run between date and time, so
cover vertical tab, carriage return, form feed, and mixed separators
in addition to the plain tab case.

ruby#691
@hsbt hsbt force-pushed the fix-datetime-parsing branch 2 times, most recently from 400620b to a4f2fc3 Compare June 12, 2026 02:51
@hsbt hsbt merged commit f22366a into ruby:master Jun 12, 2026
82 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants